Searched refs:fStartBase (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 3101 PetscCall(DMPlexGetSimplexOrBoxCells(base, 1, &fStartBase, &fEndBase)); in DMPforestLabelsInitialize() 3278 PetscCall(DMLabelGetValue(baseLabel, f + fStartBase, &val)); in DMPforestLabelsInitialize() 3280 val = f + fStartBase; in DMPforestLabelsInitialize() 3322 PetscCall(DMLabelGetValue(baseLabel, f + fStartBase, &val)); in DMPforestLabelsInitialize() 3324 val = f + fStartBase; in DMPforestLabelsInitialize() 3381 PetscCall(DMLabelGetValue(baseLabel, f + fStartBase, &val)); in DMPforestLabelsInitialize() 3383 val = f + fStartBase; in DMPforestLabelsInitialize()
|