Home
last modified time | relevance | path

Searched refs:VecHYPRE_IJVectorDestroy (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/vec/impls/hypre/
H A Dvhyp.h19 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode VecHYPRE_IJVectorDestroy(VecHYPRE_IJVector *);
H A Dvhyp.c33 PetscErrorCode VecHYPRE_IJVectorDestroy(VecHYPRE_IJVector *ij) in VecHYPRE_IJVectorDestroy() function
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c250 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 …]
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1380 PetscCall(VecHYPRE_IJVectorDestroy(&hA->x));
1381 PetscCall(VecHYPRE_IJVectorDestroy(&hA->b));