Searched refs:rhs_dup (Results 1 – 1 of 1) sorted by relevance
49 PetscScalar *rhs_dup; member108 if (lu->options.Equil && !lu->rhs_dup) { in MatSolve_SuperLU_Private()110 PetscCall(PetscMalloc1(n, &lu->rhs_dup)); in MatSolve_SuperLU_Private()115 PetscCall(PetscArraycpy(lu->rhs_dup, barray, n)); in MatSolve_SuperLU_Private()117 barray = lu->rhs_dup; in MatSolve_SuperLU_Private()370 PetscCall(PetscFree(lu->rhs_dup)); in MatDestroy_SuperLU()