Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex44.c8 PetscInt Nbd; /* The number of boundary markers to extrude, 0 for all */ member
36 options->Nbd = flg ? n : 0; in ProcessOptions()
72 if (!ctx->Nbd) { in CreateAdaptLabel()
78 for (b = 0; b < ctx->Nbd; ++b) { in CreateAdaptLabel()
/petsc/src/dm/interface/
H A Ddm.c6369 PetscInt Nbd, bd; in DMCopyDS() local
6376 PetscCall(PetscDSGetNumBoundary(newds, &Nbd)); in DMCopyDS()
6377 for (bd = 0; bd < Nbd; ++bd) { in DMCopyDS()