Searched refs:num_labels (Results 1 – 1 of 1) sorted by relevance
10 PetscInt num_labels; /* Asserted number of labels in loaded mesh */ member26 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()