FleCSI User API Version: 2.3.0
 
Loading...
Searching...
No Matches
axis Struct Reference

Information about the layout of an entire axis. More...

Public Attributes

bool auxiliary
 Whether the entities are delimiters (in this dimension).
 
util::id bdepth
 The boundary padding depth at each end (0 if periodic).
 
Color colors
 The number of subdivisions for colors.
 
util::gid extent
 The total number of index points.
 
bool full_ghosts
 Whether an auxiliary ghost exists even if one of its adjacent primary entities is absent on a color.
 
util::id hdepth
 The depth of (primary) halos where they appear.
 
bool periodic
 Whether the axis is periodic.
 

Detailed Description

Information about the layout of an entire axis.

Member Data Documentation

◆ colors

Color colors

The number of subdivisions for colors.

◆ extent

util::gid extent

The total number of index points.

◆ bdepth

util::id bdepth

The boundary padding depth at each end (0 if periodic).

◆ hdepth

util::id hdepth

The depth of (primary) halos where they appear.

◆ periodic

bool periodic

Whether the axis is periodic.

◆ auxiliary

bool auxiliary

Whether the entities are delimiters (in this dimension).

◆ full_ghosts

bool full_ghosts

Whether an auxiliary ghost exists even if one of its adjacent primary entities is absent on a color.