Lines Matching refs:ndof
364 PetscInt ndof, ncdof; in DMPlexCreateAdjacencySection_Static() local
367 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
369 … for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(leafSectionAdj, d, ndof - ncdof)); in DMPlexCreateAdjacencySection_Static()
403 PetscInt ndof, ncdof; in DMPlexCreateAdjacencySection_Static() local
406 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
408 … for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(rootSectionAdj, d, ndof - ncdof)); in DMPlexCreateAdjacencySection_Static()
448 PetscInt ndof, ncdof, ngoff, nd; in DMPlexCreateAdjacencySection_Static() local
451 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
454 for (nd = 0; nd < ndof - ncdof; ++nd) { in DMPlexCreateAdjacencySection_Static()
523 PetscInt ndof, ncdof, ngoff, nd; in DMPlexCreateAdjacencySection_Static() local
526 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
529 for (nd = 0; nd < ndof - ncdof; ++nd) { in DMPlexCreateAdjacencySection_Static()
602 PetscInt ndof, ncdof, noff, count; in DMPlexCreateAdjacencySection_Static() local
605 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
611 …for (d = goff; d < goff + dof - cdof; ++d) PetscCall(PetscSectionAddDof(sectionAdj, d, ndof - ncdo… in DMPlexCreateAdjacencySection_Static()
663 PetscInt ndof, ncdof, ngoff, nd, count; in DMPlexCreateAdjacencySection_Static() local
667 PetscCall(PetscSectionGetDof(section, padj, &ndof)); in DMPlexCreateAdjacencySection_Static()
674 …for (nd = 0; nd < ndof - ncdof; ++nd, ++i) cols[aoff + i] = ngoff < 0 ? -(ngoff + 1) + nd : ngoff … in DMPlexCreateAdjacencySection_Static()