Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5591 IS *gsubs; in PCBDDCComputeLocalMatrix() local
5596 PetscCall(PetscMalloc1(nsubs, &gsubs)); in PCBDDCComputeLocalMatrix()
5597 …; i++) PetscCall(ISLocalToGlobalMappingApplyIS(matis->rmapping, pcbddc->local_subs[i], &gsubs[i])); in PCBDDCComputeLocalMatrix()
5598 …PetscCall(MatCreateSubMatrices(ChangeOfBasisMatrix, nsubs, gsubs, gsubs, MAT_INITIAL_MATRIX, &bdia… in PCBDDCComputeLocalMatrix()
5599 for (PetscInt i = 0; i < nsubs; i++) PetscCall(ISDestroy(&gsubs[i])); in PCBDDCComputeLocalMatrix()
5600 PetscCall(PetscFree(gsubs)); in PCBDDCComputeLocalMatrix()