Lines Matching refs:adof

393     PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof;  in DMPlexCreateAdjacencySection_Static()  local
398 PetscCall(PetscSectionGetDof(rootSectionAdj, off, &adof)); in DMPlexCreateAdjacencySection_Static()
399 if (adof <= 0) continue; in DMPlexCreateAdjacencySection_Static()
501 PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
506 PetscCall(PetscSectionGetDof(rootSectionAdj, off, &adof)); in DMPlexCreateAdjacencySection_Static()
507 if (adof <= 0) continue; in DMPlexCreateAdjacencySection_Static()
512 PetscInt adof, aoff, i; in DMPlexCreateAdjacencySection_Static() local
514 PetscCall(PetscSectionGetDof(rootSectionAdj, d, &adof)); in DMPlexCreateAdjacencySection_Static()
516 i = adof - 1; in DMPlexCreateAdjacencySection_Static()
545 PetscInt adof, aoff; in DMPlexCreateAdjacencySection_Static() local
551 PetscCall(PetscSectionGetDof(rootSectionAdj, off, &adof)); in DMPlexCreateAdjacencySection_Static()
552 if (adof <= 0) continue; in DMPlexCreateAdjacencySection_Static()
554 PetscCall(PetscSectionGetDof(rootSectionAdj, d, &adof)); in DMPlexCreateAdjacencySection_Static()
556 PetscCall(PetscSortRemoveDupsInt(&adof, &rootAdj[aoff])); in DMPlexCreateAdjacencySection_Static()
557 PetscCall(PetscSectionSetDof(rootSectionAdj, d, adof)); in DMPlexCreateAdjacencySection_Static()
657 PetscInt adof, aoff, i = 0; in DMPlexCreateAdjacencySection_Static() local
659 PetscCall(PetscSectionGetDof(sectionAdj, d, &adof)); in DMPlexCreateAdjacencySection_Static()
677adof, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid number of entries %" PetscInt_FMT " != %" PetscInt… in DMPlexCreateAdjacencySection_Static()