WarpX
Loading...
Searching...
No Matches
FieldBoundaries.H
Go to the documentation of this file.
1/* Copyright 2025 Luca Fedeli
2 *
3 * This file is part of WarpX.
4 *
5 * License: BSD-3-Clause-LBNL
6 */
7
9
10#include <AMReX_Array.H>
11#include <AMReX_Config.H>
12
13#include <utility>
14
16{
26 std::pair<
29 >
31
48}
std::array< T, N > Array
Definition FieldBoundaries.cpp:18
std::pair< amrex::Array< FieldBoundaryType, 3 >, amrex::Array< FieldBoundaryType, 3 > > parse_field_boundaries()
Reads the field boundary conditions from the inputfile. Consistency between lower and upper boundary ...
Definition FieldBoundaries.cpp:42
amrex::Array< bool, 3 > get_periodicity_array(const amrex::Array< FieldBoundaryType, 3 > &field_boundary_lo, const amrex::Array< FieldBoundaryType, 3 > &field_boundary_hi)
returns a bool array of size AMREX_SPACEDIM where a given element is true if the corresponding bounda...
Definition FieldBoundaries.cpp:67