Searched refs:Nbd (Results 1 – 2 of 2) sorted by relevance
8 PetscInt Nbd; /* The number of boundary markers to extrude, 0 for all */ member36 options->Nbd = flg ? n : 0; in ProcessOptions()72 if (!ctx->Nbd) { in CreateAdaptLabel()78 for (b = 0; b < ctx->Nbd; ++b) { in CreateAdaptLabel()
6369 PetscInt Nbd, bd; in DMCopyDS() local6376 PetscCall(PetscDSGetNumBoundary(newds, &Nbd)); in DMCopyDS()6377 for (bd = 0; bd < Nbd; ++bd) { in DMCopyDS()