Searched refs:bcIndices (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 348 …PetscCall(PetscSFBcastBegin(bcSF, MPIU_INT, rootSection->bcIndices, leafSection->bcIndices, MPI_RE… in PetscSFDistributeSection() 349 …PetscCall(PetscSFBcastEnd(bcSF, MPIU_INT, rootSection->bcIndices, leafSection->bcIndices, MPI_REPL… in PetscSFDistributeSection() 357 …tscSFBcastBegin(bcSF, MPIU_INT, rootSection->field[f]->bcIndices, leafSection->field[f]->bcIndices… in PetscSFDistributeSection() 358 …PetscSFBcastEnd(bcSF, MPIU_INT, rootSection->field[f]->bcIndices, leafSection->field[f]->bcIndices… in PetscSFDistributeSection()
|
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 39 PetscInt *bcIndices; /* Local indices for constrained dofs */ member
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 52 (*s)->bcIndices = NULL; in PetscSectionCreate() 677 PetscCall(PetscFree(s->bcIndices)); in PetscSectionSetChart() 1274 … (last >= 0) PetscCall(PetscMalloc1(s->bc->atlasOff[last] + s->bc->atlasDof[last], &s->bcIndices)); in PetscSectionSetUpBC() 1275 else s->bcIndices = NULL; in PetscSectionSetUpBC() 1517 …if (gs->bcIndices) PetscCall(PetscArraycpy(gs->bcIndices, s->bcIndices, gs->bc->atlasOff[gs->bc->p… in PetscSectionCreateGlobalSection() 1584 …if (gfs->bcIndices) PetscCall(PetscArraycpy(gfs->bcIndices, s->field[f]->bcIndices, gfs->bc->atlas… in PetscSectionCreateGlobalSection() 2472 if (s->bcIndices) { in PetscSectionView_ASCII() 2473 …scCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT, s->bcIndices[s->bc->atlasOff[… in PetscSectionView_ASCII() 2682 …scCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT, s->bcIndices[s->bc->atlasOff[… in PetscSectionArrayView_ASCII_Internal() 2793 PetscCall(PetscFree(s->bcIndices)); in PetscSectionReset() [all …]
|