Searched refs:dstSeq (Results 1 – 1 of 1) sorted by relevance
58 PetscBool dstSeq = PETSC_FALSE; // type info of the new type in VecSetType() local79 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()