Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsection.c479 PetscDS dsBC; in DMCreateLocalSection_Plex() local
482 PetscCall(DMGetRegionNumDS(dm, s, NULL, NULL, &dsBC, NULL)); in DMCreateLocalSection_Plex()
483 PetscCall(PetscDSGetNumBoundary(dsBC, &numBd)); in DMCreateLocalSection_Plex()
490 …PetscCall(PetscDSGetBoundary(dsBC, bd, NULL, &type, NULL, &label, NULL, NULL, &field, NULL, NULL, … in DMCreateLocalSection_Plex()
514 PetscDS dsBC; in DMCreateLocalSection_Plex() local
517 PetscCall(DMGetRegionNumDS(dm, s, NULL, NULL, &dsBC, NULL)); in DMCreateLocalSection_Plex()
518 PetscCall(PetscDSGetNumBoundary(dsBC, &numBd)); in DMCreateLocalSection_Plex()
527 …PetscCall(PetscDSGetBoundary(dsBC, bd, NULL, &type, NULL, &label, &numValues, &values, &field, &nu… in DMCreateLocalSection_Plex()
533 …PetscCall(PetscDSGetBoundary(dsBC, bd2, NULL, NULL, NULL, &l, NULL, NULL, NULL, NULL, NULL, NULL, … in DMCreateLocalSection_Plex()
/petsc/src/dm/interface/
H A Ddm.c5419 PetscDS dsBC; in DMCompleteBCLabels_Internal() local
5422 PetscCall(DMGetRegionNumDS(dm, s, NULL, NULL, &dsBC, NULL)); in DMCompleteBCLabels_Internal()
5423 PetscCall(PetscDSGetNumBoundary(dsBC, &numBd)); in DMCompleteBCLabels_Internal()
5429 PetscDS dsBC; in DMCompleteBCLabels_Internal() local
5432 PetscCall(DMGetRegionNumDS(dm, s, NULL, NULL, &dsBC, NULL)); in DMCompleteBCLabels_Internal()
5433 PetscCall(PetscDSGetNumBoundary(dsBC, &numBd)); in DMCompleteBCLabels_Internal()
5440 …PetscCall(PetscDSGetBoundary(dsBC, bd, NULL, NULL, NULL, &label, NULL, NULL, &field, NULL, NULL, N… in DMCompleteBCLabels_Internal()