Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c1329 char entityType[16]; in ViewPointsWithType_Internal() local
1333 PetscCall(PetscStrncpy(entityType, "edge", sizeof(entityType))); in ViewPointsWithType_Internal()
1336 PetscCall(PetscStrncpy(entityType, "face", sizeof(entityType))); in ViewPointsWithType_Internal()
1339 PetscCall(PetscStrncpy(entityType, "cell", sizeof(entityType))); in ViewPointsWithType_Internal()
1344 … if (depth == dim && dim < 3) PetscCall(PetscStrlcat(entityType, " (cell)", sizeof(entityType))); in ViewPointsWithType_Internal()
1345 PetscCall(PetscViewerASCIISynchronizedPrintf(v, "%s %" PetscInt_FMT "\n", entityType, p)); in ViewPointsWithType_Internal()