Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c197 Mat lA, gA = NULL; in PCGAMGProlongator_Classical_Direct() local
213 gA = mpiaij->B; in PCGAMGProlongator_Classical_Direct()
250 if (gA) { in PCGAMGProlongator_Classical_Direct()
286 if (gA) { in PCGAMGProlongator_Classical_Direct()
287 PetscCall(MatGetRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
292 PetscCall(MatRestoreRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
344 if (gA) { in PCGAMGProlongator_Classical_Direct()
345 PetscCall(MatGetRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
361 PetscCall(MatRestoreRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
402 if (gA) { in PCGAMGProlongator_Classical_Direct()
[all …]