Searched refs:pvcol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | classical.c | 567 PetscScalar *pcontrib, *pvcol; in PCGAMGProlongator_Classical_Standard() local 688 PetscCall(PetscMalloc2(maxcols, &picol, maxcols, &pvcol)); in PCGAMGProlongator_Classical_Standard() 703 pvcol[0] = 1.; in PCGAMGProlongator_Classical_Standard() 752 pvcol[pncols] = -pcontrib[icol[j]] * diag; in PCGAMGProlongator_Classical_Standard() 766 pvcol[pncols] = -pcontrib[icol[k]] * diag; in PCGAMGProlongator_Classical_Standard() 782 if (pncols > 0) PetscCall(MatSetValues(*P, 1, &ci, pncols, picol, pvcol, INSERT_VALUES)); in PCGAMGProlongator_Classical_Standard() 786 PetscCall(PetscFree2(picol, pvcol)); in PCGAMGProlongator_Classical_Standard()
|