Searched refs:matMPI (Results 1 – 1 of 1) sorted by relevance
109 …PetscBool sametype, found, subclass = PETSC_FALSE, matMPI = PETSC_FALSE, requestSeq = PETSC_FALS… in MatSetType() local124 …ame) PetscCall(PetscStrbeginswith(((PetscObject)mat)->type_name, "mpi", &matMPI)); /* mat claims i… in MatSetType()126 …PetscCheck(!(matMPI && requestSeq), PetscObjectComm((PetscObject)mat), PETSC_ERR_SUP, "Changing an… in MatSetType()133 …if (size == 1 && !matMPI) matype = names->sname; /* try to align the requested type (matype) with … in MatSetType()