Searched refs:refcell (Results 1 – 1 of 1) sorted by relevance
8 PetscInt *refcell; /* A cell to be refined on each process */ member19 PetscCall(PetscCalloc1(size, &options->refcell)); in ProcessOptions()24 …PetscCall(PetscOptionsIntArray("-refcell", "The cell to be refined", "ex41.c", options->refcell, &… in ProcessOptions()47 …if (ctx->refcell[rank] >= 0) PetscCall(DMLabelSetValue(*adaptLabel, ctx->refcell[rank], DM_ADAPT_R… in CreateAdaptLabel()102 PetscCall(PetscFree(ctx.refcell)); in main()