Lines Matching refs:sLUstruct

113   sLUstruct_t        sLUstruct;  member
209 …ternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->cmap->N, &lu->grid3d.grid2d, &lu->sLUstruct)); in MatDestroy_SuperLU_DIST()
212 PetscStackCallExternalVoid("SuperLU_DIST:LUstructFree", sLUstructFree(&lu->sLUstruct)); in MatDestroy_SuperLU_DIST()
225 …ackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->cmap->N, &lu->grid, &lu->sLUstruct)); in MatDestroy_SuperLU_DIST()
227 PetscStackCallExternalVoid("SuperLU_DIST:LUstructFree", sLUstructFree(&lu->sLUstruct)); in MatDestroy_SuperLU_DIST()
314 …->A_sup, &lu->sScalePermstruct, lu->sbptr, (int)m, 1, &lu->grid3d, &lu->sLUstruct, &lu->sSOLVEstru… in MatSolve_SuperLU_DIST()
323 …lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (int)m, 1, &lu->grid, &lu->sLUstruct, &lu->sSOLVEstru… in MatSolve_SuperLU_DIST()
487 …ternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->cmap->N, &lu->grid3d.grid2d, &lu->sLUstruct)); in MatLUFactorNumeric_SuperLU_DIST()
499 …ackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->rmap->N, &lu->grid, &lu->sLUstruct)); in MatLUFactorNumeric_SuperLU_DIST()
507 …ackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->rmap->N, &lu->grid, &lu->sLUstruct)); in MatLUFactorNumeric_SuperLU_DIST()
549 …>A_sup, &lu->sScalePermstruct, 0, (int)A->rmap->n, 0, &lu->grid3d, &lu->sLUstruct, &lu->sSOLVEstru… in MatLUFactorNumeric_SuperLU_DIST()
557 …u->A_sup, &lu->sScalePermstruct, 0, (int)A->rmap->n, 0, &lu->grid, &lu->sLUstruct, &lu->sSOLVEstru… in MatLUFactorNumeric_SuperLU_DIST()
777 PetscStackCallExternalVoid("SuperLU_DIST:LUstructInit", sLUstructInit(N, &lu->sLUstruct)); in MatLUFactorSymbolic_SuperLU_DIST()