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