Searched refs:Destroy_LU (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 21 #define Destroy_LU zDestroy_LU macro 45 #define Destroy_LU sDestroy_LU 69 #define Destroy_LU dDestroy_LU 216 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->cmap->N, &lu->grid3d.grid2d, &… in MatDestroy_SuperLU_DIST() 231 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->cmap->N, &lu->grid, &lu->LUstr… in MatDestroy_SuperLU_DIST() 492 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->cmap->N, &lu->grid3d.grid2d, &… in MatLUFactorNumeric_SuperLU_DIST() 502 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->rmap->N, &lu->grid, &lu->LUstr… in MatLUFactorNumeric_SuperLU_DIST() 510 …PetscStackCallExternalVoid("SuperLU_DIST:Destroy_LU", Destroy_LU(A->rmap->N, &lu->grid, &lu->LUstr… in MatLUFactorNumeric_SuperLU_DIST()
|