Lines Matching refs:PetscSectionGetDof

142     if ((vStart >= pStart) && (vStart < pEnd)) PetscCall(PetscSectionGetDof(section, vStart, &vcdof[DM_NUM_POLYTOPES]));
162 if ((cStart >= pStart) && (cStart < pEnd)) PetscCall(PetscSectionGetDof(section, cStart, &vcdof[c]));
233 if ((vStart >= pStart) && (vStart < pEnd)) PetscCall(PetscSectionGetDof(section, vStart, &vcdof[0]));
234 if ((cStart >= pStart) && (cStart < pEnd)) PetscCall(PetscSectionGetDof(section, cStart, &vcdof[1]));
330 PetscCall(PetscSectionGetDof(s, eStart, &cdof));
331 PetscCall(PetscSectionGetDof(s, vStart, &vdof));
941 PetscCall(PetscSectionGetDof(coordSection, point, &dof));
1047 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof));
1057 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
1092 PetscCall(PetscSectionGetDof(coordSection, p, &dof));
1101 PetscCall(PetscSectionGetDof(coordSectionCell, p, &dof));
1273 PetscCall(PetscSectionGetDof(coordSection, v, &dof));
1322 PetscCall(PetscSectionGetDof(coordSection, cone[0], &dof));
2948 PetscCall(PetscSectionGetDof(sectionGlobal, p, &dof));
3146 else PetscCall(PetscSectionGetDof(mesh->coneSection, p, size));
3356 PetscCall(PetscSectionGetDof(sections_[d], i, &cn));
3449 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3503 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3539 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3548 PetscCall(PetscSectionGetDof(mesh->coneSection, mesh->cones[off + c], &cdof));
3585 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3622 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3675 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3737 PetscCall(PetscSectionGetDof(mesh->supportSection, p, size));
3832 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof));
3867 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof));
4400 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
4412 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
4860 PetscCall(PetscSectionGetDof(mesh->supportSection, points[0], &dof));
4867 PetscCall(PetscSectionGetDof(mesh->supportSection, points[p], &dof));
5069 PetscCall(PetscSectionGetDof(mesh->coneSection, points[0], &dof));
5076 PetscCall(PetscSectionGetDof(mesh->coneSection, points[p], &dof));
6359 PetscCall(PetscSectionGetDof(section, point, &dof));
6367 PetscCall(PetscSectionGetDof(section, cp, &dof));
6384 PetscCall(PetscSectionGetDof(section, point, &dof));
6397 PetscCall(PetscSectionGetDof(section, cp, &dof));
6448 PetscCall(PetscSectionGetDof(*clSec, point, &dof));
6495 PetscCall(PetscSectionGetDof(section, point, &dof));
6635 PetscCall(PetscSectionGetDof(section, points[p], &dof));
6815 PetscCall(PetscSectionGetDof(section, points[2 * p], &dof));
6834 PetscCall(PetscSectionGetDof(section, points[p], &dof));
7231 PetscCall(PetscSectionGetDof(section, cp, &dof));
7318 PetscCall(PetscSectionGetDof(section, points[2 * p], &dof));
7398 PetscCall(PetscSectionGetDof(section, point, &dof));
7407 PetscCall(PetscSectionGetDof(section, point, &dof));
7416 PetscCall(PetscSectionGetDof(section, point, &dof));
7425 PetscCall(PetscSectionGetDof(section, point, &dof));
7434 PetscCall(PetscSectionGetDof(section, point, &dof));
7443 PetscCall(PetscSectionGetDof(section, point, &dof));
7631 PetscCall(PetscSectionGetDof(section, point, &dof));
7804 if (b >= sStart && b < sEnd) PetscCall(PetscSectionGetDof(section, b, &bSecDof));
7806 if (b >= cStart && b < cEnd) PetscCall(PetscSectionGetDof(cSec, b, &cSecDof));
7877 if (b >= sStart && b < sEnd) PetscCall(PetscSectionGetDof(section, b, &bSecDof));
7886 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof));
7897 if (a >= sStart && a < sEnd) PetscCall(PetscSectionGetDof(section, a, &aDof));
7961 if (b >= sStart && b < sEnd) PetscCall(PetscSectionGetDof(section, b, &bSecDof));
7963 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof));
7969 if (a >= sStart && a < sEnd) PetscCall(PetscSectionGetDof(section, a, &aDof));
8014 PetscCall(PetscSectionGetDof(section, b, &bSecDof));
8018 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof));
8028 PetscCall(PetscSectionGetDof(section, a, &aDof));
8141 PetscCall(PetscSectionGetDof(section, points[p], &dof));
8191 PetscCall(PetscSectionGetDof(section, points[2 * p], &dof));
8200 PetscCall(PetscSectionGetDof(section, points[p], &dof));
8227 if (!Nf) PetscCall(PetscSectionGetDof(section, pnt, &fdof));
8600 PetscCall(PetscSectionGetDof(csection, cpoints[p], &dof));
8630 PetscCall(PetscSectionGetDof(fsection, fpoints[p], &dof));
8646 PetscCall(PetscSectionGetDof(fsection, ftotpoints[p], &dof));
8760 PetscCall(PetscSectionGetDof(csection, cpoints[p], &dof));
8790 PetscCall(PetscSectionGetDof(fsection, fpoints[p], &dof));
8806 PetscCall(PetscSectionGetDof(fsection, ftotpoints[p], &dof));
9324 PetscCall(PetscSectionGetDof(section, p, &dof));
10656 PetscCall(PetscSectionGetDof(anchorSection, p, &dof));
10698 PetscCall(PetscSectionGetDof(anchorSection, p, &dof));
10700 PetscCall(PetscSectionGetDof(section, p, &dof));
10748 PetscCall(PetscSectionGetDof(aSec, p, &rDof));
10766 PetscCall(PetscSectionGetDof(cSec, p, &dof));
10770 PetscCall(PetscSectionGetDof(section, a, &aDof));
10773 PetscCall(PetscSectionGetDof(cSec, p, &dof));
10787 PetscCall(PetscSectionGetDof(aSec, p, &rDof));
10801 PetscCall(PetscSectionGetDof(cSec, p, &dof));
10804 PetscCall(PetscSectionGetDof(aSec, p, &rDof));
10811 PetscCall(PetscSectionGetDof(section, a, &aDof));
10884 PetscCall(PetscSectionGetDof(sectionGlobal, p, &gdof));
10917 PetscCall(PetscSectionGetDof(subsectionGlobal, p, &gdof));