Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_EBData.H File Reference
#include <AMReX_Config.H>
#include <AMReX_EBCellFlag.H>
#include <AMReX_Random.H>

Go to the source code of this file.

Classes

struct  amrex::EBData
 Set of Array4 views to EB data for a single box (plus helpers). More...
 
struct  amrex::EBDataArrays
 Views aggregating EBData for multiple boxes. More...
 

Namespaces

namespace  amrex
 

Enumerations

enum struct  amrex::EBData_t : int {
  amrex::levelset , amrex::volfrac , amrex::centroid , amrex::bndrycent ,
  amrex::bndrynorm , amrex::bndryarea , amrex::apx , amrex::apy ,
  amrex::apz , amrex::fcx , amrex::fcy , amrex::fcz ,
  amrex::ecx , amrex::ecy , amrex::ecz , amrex::cellflag
}
 Tags that index into EB data arrays stored in EBData/EBDataArrays. More...
 

Detailed Description

Light-weight array views used to pass EB geometry data to GPU kernels.