Searched refs:cStartBase (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3038 …PetscInt cStartBase, cEndBase, fStartBase, fEndBase, vStartBase, vEndBase, eStartBase, e… in DMPforestLabelsInitialize() local 3100 PetscCall(DMPlexGetSimplexOrBoxCells(base, 0, &cStartBase, &cEndBase)); in DMPforestLabelsInitialize() 3254 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize() 3256 val = t + cStartBase; in DMPforestLabelsInitialize() 3269 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize() 3271 val = t + cStartBase; in DMPforestLabelsInitialize() 3295 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize() 3297 val = t + cStartBase; in DMPforestLabelsInitialize() 3352 PetscCall(DMLabelGetValue(baseLabel, t + cStartBase, &val)); in DMPforestLabelsInitialize() 3354 val = t + cStartBase; in DMPforestLabelsInitialize()
|