Home
last modified time | relevance | path

Searched defs:blockStarts (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexreorder.c432 …etscErrorCode DMCreateSectionPermutation_Plex_Reverse(DM dm, IS *permutation, PetscBT *blockStarts) in DMCreateSectionPermutation_Plex_Reverse()
449 …rrorCode DMCreateSectionPermutation_Plex_Cohesive_Old(DM dm, IS *permutation, PetscBT *blockStarts) in DMCreateSectionPermutation_Plex_Cohesive_Old()
566 …tscErrorCode DMCreateSectionPermutation_Plex_Cohesive(DM dm, IS *permutation, PetscBT *blockStarts) in DMCreateSectionPermutation_Plex_Cohesive()
613 PetscErrorCode DMCreateSectionPermutation_Plex(DM dm, IS *perm, PetscBT *blockStarts) in DMCreateSectionPermutation_Plex()
H A Dplexsection.c452 PetscBT blockStarts; in DMCreateLocalSection_Plex() local
/petsc/include/petsc/private/
H A Dsectionimpl.h32 PetscBT blockStarts; /* If present, bit is high for each point that starts a block */ member
/petsc/src/vec/is/section/interface/
H A Dsection.c770 PetscErrorCode PetscSectionGetBlockStarts(PetscSection s, PetscBT *blockStarts) in PetscSectionGetBlockStarts()
799 PetscErrorCode PetscSectionSetBlockStarts(PetscSection s, PetscBT blockStarts) in PetscSectionSetBlockStarts()
/petsc/src/dm/interface/
H A Ddm.c4449 PetscErrorCode DMCreateSectionPermutation(DM dm, IS *perm, PetscBT *blockStarts) in DMCreateSectionPermutation()