Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex56.c10 PetscInt num_labels; /* Asserted number of labels in loaded mesh */ member
26 options->num_labels = -1; in ProcessOptions()
37 …t count depth and celltype; -1 to deactivate", EX, options->num_labels, &options->num_labels, NULL… in ProcessOptions()
320 if (ctx->num_labels < 0) PetscFunctionReturn(PETSC_SUCCESS); in CheckNumLabels()
324 if (ctx->num_labels != actualNum) { in CheckNumLabels()
329 …ber of labels: %" PetscInt_FMT ", actual: %" PetscInt_FMT "\n", rank, ctx->num_labels, actualNum)); in CheckNumLabels()
349 if (ctx->num_labels >= 0) ctx->num_labels++; in IncrementNumLabels()