Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvecreg.c6 static inline PetscErrorCode VecTypeCompareAny_Private(VecType srcType, PetscBool *match, const cha… in VecTypeCompareAny_Private() function
85 PetscCall(VecTypeCompareAny_Private(newType, &dstStandard, VECSTANDARD, VECSEQ, VECMPI, "")); in VecSetType()
106 …if (!dstStandard) PetscCall(VecTypeCompareAny_Private(newType, &dstCUDA, VECCUDA, VECSEQCUDA, VECM… in VecSetType()
117 …if (!dstStandard) PetscCall(VecTypeCompareAny_Private(newType, &dstHIP, VECHIP, VECSEQHIP, VECMPIH… in VecSetType()
128 …if (!dstStandard) PetscCall(VecTypeCompareAny_Private(newType, &dstKokkos, VECKOKKOS, VECSEQKOKKOS… in VecSetType()