Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/hypre/
H A Dvhyp.h18 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode VecHYPRE_IJVectorCreate(PetscLayout, VecHYPRE_IJVector *…
H A Dvhyp.c9 PetscErrorCode VecHYPRE_IJVectorCreate(PetscLayout map, VecHYPRE_IJVector *ij) in VecHYPRE_IJVectorCreate() function
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c408 PetscCall(VecHYPRE_IJVectorCreate(vecs[i]->map, &jac->hmnull[i])); in PCSetUp_HYPRE()
416 PetscCall(VecHYPRE_IJVectorCreate(jac->hmnull_constant->map, &jac->hmnull[nvec])); in PCSetUp_HYPRE()
2070 PetscCall(VecHYPRE_IJVectorCreate(ozz->map, &jac->constants[0])); in PCHYPRESetEdgeConstantVectors_HYPRE()
2072 PetscCall(VecHYPRE_IJVectorCreate(zoz->map, &jac->constants[1])); in PCHYPRESetEdgeConstantVectors_HYPRE()
2076 PetscCall(VecHYPRE_IJVectorCreate(zzo->map, &jac->constants[2])); in PCHYPRESetEdgeConstantVectors_HYPRE()
2121 PetscCall(VecHYPRE_IJVectorCreate(interior->map, &jac->interior)); in PCHYPREAMSSetInteriorNodes_HYPRE()
2174 PetscCall(VecHYPRE_IJVectorCreate(tv->map, &jac->coords[i])); in PCSetCoordinates_HYPRE()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1497 if (!hA->x) PetscCall(VecHYPRE_IJVectorCreate(A->cmap, &hA->x));
1498 if (!hA->b) PetscCall(VecHYPRE_IJVectorCreate(A->rmap, &hA->b));