Lines Matching refs:cdof

327   PetscInt     cdof, vdof;
330 PetscCall(PetscSectionGetDof(s, eStart, &cdof));
332 if (cdof) {
2931 PetscInt pStart, pEnd, dof, cdof, num_fields;
2950 PetscCall(PetscSectionGetConstraintDof(sectionGlobal, p, &cdof));
2957 for (PetscInt i = 0; i < dof - cdof; ++i) pblocks[offset - localStart + i] = dof - cdof;
2959 if (bstate == PETSC_BOOL3_FALSE && dof - cdof) pblocks[offset - localStart] = -(dof - cdof);
2962 bdof = cdof && (dof - cdof) ? 1 : dof;
2978 PetscCall(PetscSectionGetFieldConstraintDof(sectionGlobal, p, field, &cdof));
2981 for (PetscInt i = 0; i < dof - cdof; i++) pblocks[offset - localStart + i] = (dof - cdof) / num_nodes;
2983 bdof = cdof && (dof - cdof) ? 1 : dof;
3546 PetscInt cdof, o = coneOrientation[c];
3548 PetscCall(PetscSectionGetDof(mesh->coneSection, mesh->cones[off + c], &cdof));
3549 PetscCheck(!o || (o >= -(cdof + 1) && o < cdof), PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_OUTOFRANGE, "Cone orientation %" PetscInt_FMT " is not in the valid range [%" PetscInt_FMT ". %" PetscInt_FMT ")", o, -(cdof + 1), cdof);
6910 PetscInt cdof; /* The number of constraints on this point */
6916 PetscCall(PetscSectionGetConstraintDof(section, point, &cdof));
6919 if (!cdof || setBC) {
6938 if ((cind < cdof) && (k == cdofs[cind])) {
6946 if ((cind < cdof) && (k == cdofs[cind])) {
6956 if ((cind < cdof) && (k == cdofs[cind])) {
6964 if ((cind < cdof) && (k == cdofs[cind])) {
6978 PetscInt cdof; /* The number of constraints on this point */
6984 PetscCall(PetscSectionGetConstraintDof(section, point, &cdof));
6987 if (cdof) {
6992 if ((cind < cdof) && (k == cdofs[cind])) {
6999 if ((cind < cdof) && (k == cdofs[cind])) {
7008 if ((cind < cdof) && (k == cdofs[cind])) {
7015 if ((cind < cdof) && (k == cdofs[cind])) {
7236 PetscInt cdof, coff, cind = 0, k;
7238 PetscCall(PetscSectionGetConstraintDof(section, cp, &cdof));
7241 if (!cdof) {
7251 if ((cind < cdof) && (k == cdofs[cind])) {
7259 if ((cind < cdof) && (k == cdofs[cind])) {
7625 PetscInt cdof; /* The number of constraints on this point */
7632 PetscCall(PetscSectionGetConstraintDof(section, point, &cdof));
7633 if (!cdof || setBC) {
7646 if ((cind < cdof) && (k == cdofs[cind])) {