Lines Matching refs:gcdof
3165 PetscInt dof, gdof, cdof, gcdof, off, goff, d, e;
3170 PetscCall(PetscSectionGetConstraintDof(gs, p, &gcdof));
3175 PetscCheck(dof == gdof, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Inconsistent sizes, p: %" PetscInt_FMT " dof: %" PetscInt_FMT " gdof: %" PetscInt_FMT " cdof: %" PetscInt_FMT " gcdof: %" PetscInt_FMT, p, dof, gdof, cdof, gcdof);
3177 if (!gcdof) {
3180 } else if (cdof == gcdof) {
3192 } else SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Inconsistent sizes, p: %" PetscInt_FMT " dof: %" PetscInt_FMT " gdof: %" PetscInt_FMT " cdof: %" PetscInt_FMT " gcdof: %" PetscInt_FMT, p, dof, gdof, cdof, gcdof);
4579 PetscInt dof, cdof, off, gdof, gcdof, goff, gsize, d;
4585 PetscCall(PetscSectionGetConstraintDof(globalSection, p, &gcdof));
4592 if (gcdof && (gcdof != cdof)) {
4593 PetscCall(PetscSynchronizedPrintf(comm, "[%d]Global constraints %" PetscInt_FMT " for point %" PetscInt_FMT " not equal to local constraints %" PetscInt_FMT "\n", rank, gcdof, p, cdof));
4597 gsize = gdof < 0 ? -(gdof + 1) - gcdof : gdof - gcdof;