Lines Matching refs:grid

94   gridinfo_t grid;  member
126 …lVoid("SuperLU_DIST:pGetDiagU", pGetDiagU(F->rmap->N, &lu->LUstruct, &lu->grid, CASTDOUBLECOMPLEX … in MatSuperluDistGetDiagU_SuperLU_DIST()
142 gridinfo_t grid; member
162 PetscStackCallExternalVoid("SuperLU_DIST:superlu_gridexit", superlu_gridexit(&context->grid)); in Petsc_Superlu_dist_keyval_DeleteFn()
225 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->cmap->N, &lu->grid, &lu->sLUs… in MatDestroy_SuperLU_DIST()
231 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->cmap->N, &lu->grid, &lu->LUstr… in MatDestroy_SuperLU_DIST()
242 PetscStackCallExternalVoid("SuperLU_DIST:superlu_gridexit", superlu_gridexit(&lu->grid)); in MatDestroy_SuperLU_DIST()
323 …u->options, &lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (int)m, 1, &lu->grid, &lu->sLUstruct, &l… in MatSolve_SuperLU_DIST()
326 …&lu->A_sup, &lu->ScalePermstruct, CASTDOUBLECOMPLEX bptr, (int)m, 1, &lu->grid, &lu->LUstruct, &lu… in MatSolve_SuperLU_DIST()
329 …ernalVoid("SuperLU_DIST:PStatPrint", PStatPrint(&lu->options, &stat, &lu->grid)); /* Print the sta… in MatSolve_SuperLU_DIST()
385 …up, &lu->ScalePermstruct, CASTDOUBLECOMPLEX bptr, (int)m, (int)nrhs, &lu->grid, &lu->LUstruct, &lu… in MatMatSolve_SuperLU_DIST()
389 …ernalVoid("SuperLU_DIST:PStatPrint", PStatPrint(&lu->options, &stat, &lu->grid)); /* Print the sta… in MatMatSolve_SuperLU_DIST()
499 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->rmap->N, &lu->grid, &lu->sLUs… in MatLUFactorNumeric_SuperLU_DIST()
502 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->rmap->N, &lu->grid, &lu->LUstr… in MatLUFactorNumeric_SuperLU_DIST()
507 …ackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->rmap->N, &lu->grid, &lu->sLUstruct)); in MatLUFactorNumeric_SuperLU_DIST()
510 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->rmap->N, &lu->grid, &lu->LUstr… in MatLUFactorNumeric_SuperLU_DIST()
557 …->options, &lu->A_sup, &lu->sScalePermstruct, 0, (int)A->rmap->n, 0, &lu->grid, &lu->sLUstruct, &l… in MatLUFactorNumeric_SuperLU_DIST()
560 …u->options, &lu->A_sup, &lu->ScalePermstruct, 0, (int)A->rmap->n, 0, &lu->grid, &lu->LUstruct, &lu… in MatLUFactorNumeric_SuperLU_DIST()
577 …ernalVoid("SuperLU_DIST:PStatPrint", PStatPrint(&lu->options, &stat, &lu->grid)); /* Print the sta… in MatLUFactorNumeric_SuperLU_DIST()
755 …u_gridinit(context ? context->comm : lu->comm_superlu, (int)lu->nprow, (int)lu->npcol, &lu->grid)); in MatLUFactorSymbolic_SuperLU_DIST()
756 if (context) context->grid = lu->grid; in MatLUFactorSymbolic_SuperLU_DIST()
769 lu->grid = context->grid; in MatLUFactorSymbolic_SuperLU_DIST()