Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvecreg.c6 …cErrorCode VecTypeCompareAny_Private(VecType srcType, PetscBool *match, const char tgtTypes[], ...) in VecTypeCompareAny_Private() argument
14 va_start(Argp, tgtTypes); in VecTypeCompareAny_Private()
15 while (tgtTypes && tgtTypes[0]) { in VecTypeCompareAny_Private()
16 PetscCall(PetscStrcmp(srcType, tgtTypes, &flg)); in VecTypeCompareAny_Private()
21 tgtTypes = va_arg(Argp, const char *); in VecTypeCompareAny_Private()