Lines Matching refs:grid3d

98   gridinfo3d_t grid3d;  member
145 gridinfo3d_t grid3d; member
159 …etscStackCallExternalVoid("SuperLU_DIST:superlu_gridexit3d", superlu_gridexit3d(&context->grid3d)); in Petsc_Superlu_dist_keyval_DeleteFn()
209 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->cmap->N, &lu->grid3d.grid2d, … in MatDestroy_SuperLU_DIST()
210 …rLU_DIST:Destroy_A3d_gathered_on_2d", sDestroy_A3d_gathered_on_2d(&lu->sSOLVEstruct, &lu->grid3d)); in MatDestroy_SuperLU_DIST()
216 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->cmap->N, &lu->grid3d.grid2d, &… in MatDestroy_SuperLU_DIST()
217 …perLU_DIST:Destroy_A3d_gathered_on_2d", Destroy_A3d_gathered_on_2d(&lu->SOLVEstruct, &lu->grid3d)); in MatDestroy_SuperLU_DIST()
239 … PetscStackCallExternalVoid("SuperLU_DIST:superlu_gridexit3d", superlu_gridexit3d(&lu->grid3d)); in MatDestroy_SuperLU_DIST()
314 …->options, &lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (int)m, 1, &lu->grid3d, &lu->sLUstruct, &… in MatSolve_SuperLU_DIST()
317 …lu->A_sup, &lu->ScalePermstruct, CASTDOUBLECOMPLEX bptr, (int)m, 1, &lu->grid3d, &lu->LUstruct, &l… in MatSolve_SuperLU_DIST()
382 …p, &lu->ScalePermstruct, CASTDOUBLECOMPLEX bptr, (int)m, (int)nrhs, &lu->grid3d, &lu->LUstruct, &l… in MatMatSolve_SuperLU_DIST()
487 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", sDestroy_LU(A->cmap->N, &lu->grid3d.grid2d, … in MatLUFactorNumeric_SuperLU_DIST()
492 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->cmap->N, &lu->grid3d.grid2d, &… in MatLUFactorNumeric_SuperLU_DIST()
549 …>options, &lu->A_sup, &lu->sScalePermstruct, 0, (int)A->rmap->n, 0, &lu->grid3d, &lu->sLUstruct, &… in MatLUFactorNumeric_SuperLU_DIST()
552 …->options, &lu->A_sup, &lu->ScalePermstruct, 0, (int)A->rmap->n, 0, &lu->grid3d, &lu->LUstruct, &l… in MatLUFactorNumeric_SuperLU_DIST()
748 … ? context->comm : lu->comm_superlu, (int)lu->nprow, (int)lu->npcol, (int)lu->npdep, &lu->grid3d)); in MatLUFactorSymbolic_SuperLU_DIST()
750 context->grid3d = lu->grid3d; in MatLUFactorSymbolic_SuperLU_DIST()