Searched refs:VecHYPRE_IJVectorDestroy (Results 1 – 4 of 4) sorted by relevance
19 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode VecHYPRE_IJVectorDestroy(VecHYPRE_IJVector *);
33 PetscErrorCode VecHYPRE_IJVectorDestroy(VecHYPRE_IJVector *ij) in VecHYPRE_IJVectorDestroy() function
250 for (i = 0; i < jac->n_hmnull; i++) PetscCall(VecHYPRE_IJVectorDestroy(&jac->hmnull[i])); in PCHYPREResetNearNullSpace_Private()660 PetscCall(VecHYPRE_IJVectorDestroy(&jac->coords[0])); in PCReset_HYPRE()661 PetscCall(VecHYPRE_IJVectorDestroy(&jac->coords[1])); in PCReset_HYPRE()662 PetscCall(VecHYPRE_IJVectorDestroy(&jac->coords[2])); in PCReset_HYPRE()663 PetscCall(VecHYPRE_IJVectorDestroy(&jac->constants[0])); in PCReset_HYPRE()664 PetscCall(VecHYPRE_IJVectorDestroy(&jac->constants[1])); in PCReset_HYPRE()665 PetscCall(VecHYPRE_IJVectorDestroy(&jac->constants[2])); in PCReset_HYPRE()666 PetscCall(VecHYPRE_IJVectorDestroy(&jac->interior)); in PCReset_HYPRE()2067 PetscCall(VecHYPRE_IJVectorDestroy(&jac->constants[0])); in PCHYPRESetEdgeConstantVectors_HYPRE()2068 PetscCall(VecHYPRE_IJVectorDestroy(&jac->constants[1])); in PCHYPRESetEdgeConstantVectors_HYPRE()[all …]
1380 PetscCall(VecHYPRE_IJVectorDestroy(&hA->x));1381 PetscCall(VecHYPRE_IJVectorDestroy(&hA->b));