Lines Matching refs:colMap
2489 PetscLayout rowMap, colMap; in DMPlexComputeInterpolatorTree() local
2502 PetscCall(MatGetLayouts(mat, &rowMap, &colMap)); in DMPlexComputeInterpolatorTree()
2504 PetscCall(PetscLayoutSetUp(colMap)); in DMPlexComputeInterpolatorTree()
2506 PetscCall(PetscLayoutGetRange(colMap, &colStart, &colEnd)); in DMPlexComputeInterpolatorTree()
3522 PetscLayout rowMap, colMap; in DMPlexComputeInjectorTree() local
3554 PetscCall(MatGetLayouts(mat, &rowMap, &colMap)); in DMPlexComputeInjectorTree()
3556 PetscCall(PetscLayoutSetUp(colMap)); in DMPlexComputeInjectorTree()
3558 PetscCall(PetscLayoutGetRange(colMap, &colStart, &colEnd)); in DMPlexComputeInjectorTree()
4072 PetscLayout rowMap, colMap; in DMPlexTransferVecTree_Inject() local
4104 PetscCall(VecGetLayout(vecFine, &colMap)); in DMPlexTransferVecTree_Inject()
4107 PetscCall(PetscLayoutSetUp(colMap)); in DMPlexTransferVecTree_Inject()
4109 PetscCall(PetscLayoutGetRange(colMap, &colStart, &colEnd)); in DMPlexTransferVecTree_Inject()