Block-Structured AMR Software Framework
amrex::CellIndexEnum Struct Reference

Type for defining CellIndex so that all IndexTypeND with different dimensions have the same CellIndex type. More...

#include <AMReX_IndexType.H>

Inheritance diagram for amrex::CellIndexEnum:
amrex::IndexTypeND< AMREX_SPACEDIM > amrex::IndexTypeND< dim >

Public Types

enum  CellIndex { CELL = 0 , NODE = 1 }
 The cell index type: one of CELL or NODE. More...
 

Detailed Description

Type for defining CellIndex so that all IndexTypeND with different dimensions have the same CellIndex type.

Member Enumeration Documentation

◆ CellIndex

The cell index type: one of CELL or NODE.

Enumerator
CELL 
NODE 

The documentation for this struct was generated from the following file: