Home
last modified time | relevance | path

Searched refs:value_as_uint8 (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h134 uint8_t value_as_uint8; // in a struct to guard for stronger typing member
/petsc/src/dm/impls/plex/
H A Dplex.c4809 mesh->cellTypes[p - pStart].value_as_uint8 = (uint8_t)ct; in DMPlexComputeCellTypes()
5675 mesh->cellTypes[p - pStart].value_as_uint8 = (uint8_t)ct; in DMPlexGetCellType()
5678 *celltype = (DMPolytopeType)mesh->cellTypes[cell - pStart].value_as_uint8; in DMPlexGetCellType()
5721 mesh->cellTypes[cell - pStart].value_as_uint8 = (uint8_t)celltype; in DMPlexSetCellType()