Searched refs:grid3d (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 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() [all …]
|