Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::Dim3 Struct Reference

A simple struct holding 3 int values for a 3D index. More...

#include <AMReX_Dim3.H>

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

A simple struct holding 3 int values for a 3D index.

Used to represent a 3D integer index, independent of AMREX_SPACEDIM.

Member Data Documentation

◆ x

int amrex::Dim3::x

◆ y

int amrex::Dim3::y

◆ z

int amrex::Dim3::z

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