Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvecreg.c63 PetscBool srcStandard, dstStandard; in VecSetType() local
85 PetscCall(VecTypeCompareAny_Private(newType, &dstStandard, VECSTANDARD, VECSEQ, VECMPI, "")); in VecSetType()
86 if (srcStandard && dstStandard) PetscFunctionReturn(PETSC_SUCCESS); 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()