Afivo  0.3
Public Attributes | List of all members
m_af_types::af_loc_t Type Reference

Type specifying the location of a cell. More...

Public Attributes

integer id = -1
 Id of the box that the cell is in. More...
 
integer, dimension(ndim) ix = -1
 Index inside the box. More...
 

Detailed Description

Type specifying the location of a cell.

Definition at line 396 of file m_af_types.f90.

Member Data Documentation

◆ id

integer m_af_types::af_loc_t::id = -1

Id of the box that the cell is in.

Definition at line 397 of file m_af_types.f90.

◆ ix

integer, dimension(ndim) m_af_types::af_loc_t::ix = -1

Index inside the box.

Definition at line 398 of file m_af_types.f90.