Searched refs:bsLocal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 83 PetscInt mbs, bs = 0, bsLocal[2], bsMinMax[2]; in PetscSectionSelectFields_Private() local 156 bsLocal[0] = mbs < 0 ? PETSC_INT_MAX : mbs; in PetscSectionSelectFields_Private() 157 bsLocal[1] = mbs; in PetscSectionSelectFields_Private() 158 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)gs), bsLocal, bsMinMax)); in PetscSectionSelectFields_Private() 505 PetscInt bs = -1, bsLocal[2], bsMinMax[2]; in DMCreateSectionSuperDM() local 507 bsLocal[0] = bs < 0 ? PETSC_INT_MAX : bs; in DMCreateSectionSuperDM() 508 bsLocal[1] = bs; in DMCreateSectionSuperDM() 509 PetscCall(PetscGlobalMinMaxInt(comm, bsLocal, bsMinMax)); in DMCreateSectionSuperDM()
|
| H A D | dm.c | 1109 PetscInt bs = -1, bsLocal[2], bsMinMax[2]; in DMGetLocalToGlobalMapping() local 1149 bsLocal[0] = bs < 0 ? PETSC_INT_MAX : bs; in DMGetLocalToGlobalMapping() 1150 bsLocal[1] = bs; in DMGetLocalToGlobalMapping() 1151 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm), bsLocal, bsMinMax)); in DMGetLocalToGlobalMapping()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2930 PetscInt *dnz, *onz, *dnzu, *onzu, bsLocal[2], bsMinMax[2], *pblocks; in DMCreateMatrix_Plex() local 2997 bsLocal[0] = bs < 0 ? PETSC_INT_MAX : bs; in DMCreateMatrix_Plex() 2998 bsLocal[1] = bs; in DMCreateMatrix_Plex() 2999 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm), bsLocal, bsMinMax)); in DMCreateMatrix_Plex() 10873 PetscInt Nf, f, bs = -1, bsLocal[2], bsMinMax[2]; in DMCreateSubDomainDM_Plex() local 10905 bsLocal[0] = bs < 0 ? PETSC_INT_MAX : bs; in DMCreateSubDomainDM_Plex() 10906 bsLocal[1] = bs; in DMCreateSubDomainDM_Plex() 10907 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm), bsLocal, bsMinMax)); in DMCreateSubDomainDM_Plex()
|