Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c1265 MatNullSpace mnull, unull; in DMDABCApplySymmetricCompression() local
1275 … PetscCall(MatNullSpaceCreate(PetscObjectComm((PetscObject)A), PETSC_FALSE, nvecs, uvecs, &unull)); in DMDABCApplySymmetricCompression()
1276 PetscCall(MatSetNearNullSpace(*AA, unull)); in DMDABCApplySymmetricCompression()
1277 PetscCall(MatNullSpaceDestroy(&unull)); in DMDABCApplySymmetricCompression()