Block-Structured AMR Software Framework
AMReX_FabSet.H File Reference
#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
 

Namespaces

 amrex
 

Typedefs

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