Lines Matching refs:padj

214     const PetscInt padj = tmpAdj[q];  in AdjancencyContainsLeafRootPair()  local
215 PetscCall(PetscFindInt(padj, num_roots, roots, &root_index)); in AdjancencyContainsLeafRootPair()
363 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static() local
366 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
367 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
368 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
402 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static() local
405 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
406 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
407 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
447 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static() local
450 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
451 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
452 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
453 PetscCall(PetscSectionGetOffset(sectionGlobal, padj, &ngoff)); in DMPlexCreateAdjacencySection_Static()
522 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static() local
525 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
526 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
527 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
528 PetscCall(PetscSectionGetOffset(sectionGlobal, padj, &ngoff)); in DMPlexCreateAdjacencySection_Static()
601 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static() local
604 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
605 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
606 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
607 PetscCall(PetscSectionGetOffset(section, padj, &noff)); in DMPlexCreateAdjacencySection_Static()
609 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()
662 const PetscInt padj = tmpAdj[q], *ncind; in DMPlexCreateAdjacencySection_Static() local
666 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
667 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
668 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
669 PetscCall(PetscSectionGetConstraintIndices(section, padj, &ncind)); in DMPlexCreateAdjacencySection_Static()
670 PetscCall(PetscSectionGetOffset(sectionGlobal, padj, &ngoff)); in DMPlexCreateAdjacencySection_Static()
672 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()