Searched refs:_Blocal (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope.c | 196 Mat Blocal, *_Blocal; in PCTelescopeMatCreate_default() local 210 PetscCall(MatCreateSubMatrices(B, 1, &isrow, &iscol, MAT_INITIAL_MATRIX, &_Blocal)); in PCTelescopeMatCreate_default() 211 Blocal = *_Blocal; in PCTelescopeMatCreate_default() 212 PetscCall(PetscFree(_Blocal)); in PCTelescopeMatCreate_default()
|
| H A D | telescope_dmda.c | 710 Mat Blocal, *_Blocal; in PCTelescopeMatCreate_dmda_dmactivefalse() local 728 PetscCall(MatCreateSubMatrices(Bperm, 1, &isrow, &iscol, MAT_INITIAL_MATRIX, &_Blocal)); in PCTelescopeMatCreate_dmda_dmactivefalse() 729 Blocal = *_Blocal; in PCTelescopeMatCreate_dmda_dmactivefalse() 743 PetscCall(MatDestroyMatrices(1, &_Blocal)); in PCTelescopeMatCreate_dmda_dmactivefalse()
|