Lines Matching refs:anDof
355 PetscInt dof, off, d, q, anDof; in DMPlexCreateAdjacencySection_Static() local
371 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
372 if (anDof) { in DMPlexCreateAdjacencySection_Static()
373 for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(leafSectionAdj, d, anDof)); in DMPlexCreateAdjacencySection_Static()
393 PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof; in DMPlexCreateAdjacencySection_Static() local
410 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
411 if (anDof) { in DMPlexCreateAdjacencySection_Static()
412 for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(rootSectionAdj, d, anDof)); in DMPlexCreateAdjacencySection_Static()
433 PetscInt dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
440 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
459 for (q = 0; q < anDof; q++) { in DMPlexCreateAdjacencySection_Static()
501 PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
509 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
517 for (q = 0; q < anDof; q++) { in DMPlexCreateAdjacencySection_Static()
575 PetscInt numAdj = PETSC_DETERMINE, dof, cdof, off, goff, d, q, anDof; in DMPlexCreateAdjacencySection_Static() local
613 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
614 if (anDof) { in DMPlexCreateAdjacencySection_Static()
615 … for (d = goff; d < goff + dof - cdof; ++d) PetscCall(PetscSectionAddDof(sectionAdj, d, anDof)); in DMPlexCreateAdjacencySection_Static()
627 PetscInt numAdj = PETSC_DETERMINE, dof, cdof, off, goff, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
654 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
676 for (q = 0; q < anDof; q++, i++) cols[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()