Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_FabSet.H File Reference

Convenience wrapper for groups of FArrayBoxes located on grid boundaries. More...

#include <AMReX_Config.H>
#include <AMReX_FabDataType.H>
#include <AMReX_MultiFab.H>
#include <AMReX_ParallelDescriptor.H>
#include <AMReX_BLProfiler.H>
#include <AMReX_VisMF.H>
#include <limits>

Go to the source code of this file.

Classes

class  amrex::FabSetT< MF >
 A FabSet is a group of FArrayBox's. The grouping is designed specifically to represent regions along the boundary of Box's, and are used to implement boundary conditions to discretized partial differential equations. More...
 
class  amrex::FabSetIter
 Convenience iterator that reuses MFIter semantics for FabSet traversal. More...
 

Namespaces

namespace  amrex
 

Typedefs

using amrex::FabSet = FabSetT< MultiFab >
 
using amrex::fFabSet = FabSetT< fMultiFab >
 

Detailed Description

Convenience wrapper for groups of FArrayBoxes located on grid boundaries.