Searched refs:picol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | classical.c | 561 PetscInt *gcid, *lcid, *lsparse, *gsparse, *picol; in PCGAMGProlongator_Classical_Standard() local 688 PetscCall(PetscMalloc2(maxcols, &picol, maxcols, &pvcol)); in PCGAMGProlongator_Classical_Standard() 702 picol[0] = cid; in PCGAMGProlongator_Classical_Standard() 753 picol[pncols] = lni; in PCGAMGProlongator_Classical_Standard() 767 picol[pncols] = lni; 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()
|