Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvecreg.c58 PetscBool dstSeq = PETSC_FALSE; // type info of the new type in VecSetType() local
79 PetscCall(PetscStrbeginswith(newType, VECSEQ, &dstSeq)); in VecSetType()
80 …PetscCheck(!(size > 1 && dstSeq), comm, PETSC_ERR_ARG_WRONG, "Cannot convert MPI vectors to sequen… in VecSetType()