Searched refs:lJ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 762 Mat lJ, P; in DMCreateMatrix_DA_IS() local 800 PetscCall(MatISGetLocalMat(J, &lJ)); in DMCreateMatrix_DA_IS() 801 PetscCall(MatGetLocalToGlobalMapping(lJ, <og, NULL)); in DMCreateMatrix_DA_IS() 802 PetscCall(MatCreate(PetscObjectComm((PetscObject)lJ), &P)); in DMCreateMatrix_DA_IS() 805 PetscCall(MatGetSize(lJ, &N, NULL)); in DMCreateMatrix_DA_IS() 806 PetscCall(MatGetLocalSize(lJ, &n, NULL)); in DMCreateMatrix_DA_IS() 811 PetscCall(MatPreallocatorPreallocate(P, (PetscBool)!da->prealloc_only, lJ)); in DMCreateMatrix_DA_IS() 812 PetscCall(MatISRestoreLocalMat(J, &lJ)); in DMCreateMatrix_DA_IS()
|