Searched refs:sbptr (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 117 float *sbptr; member 193 PetscCall(PetscFree(lu->sbptr)); in MatDestroy_SuperLU_DIST() 305 if (!lu->sbptr) PetscCall(PetscMalloc1(n, &lu->sbptr)); in MatSolve_SuperLU_DIST() 306 …for (PetscInt i = 0; i < n; i++) lu->sbptr[i] = PetscRealPart(bptr[i]); /* PetscRealPart() is a no… in MatSolve_SuperLU_DIST() 314 …pgssvx3d", psgssvx3d(&lu->options, &lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (int)m, 1, &lu->g… in MatSolve_SuperLU_DIST() 323 …IST:pgssvx", psgssvx(&lu->options, &lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (int)m, 1, &lu->g… in MatSolve_SuperLU_DIST() 335 for (PetscInt i = 0; i < n; i++) bptr[i] = lu->sbptr[i]; in MatSolve_SuperLU_DIST()
|