Home
last modified time | relevance | path

Searched refs:ncdof (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/ !
H A Dplexpreallocate.c364 PetscInt ndof, ncdof; in DMPlexCreateAdjacencySection_Static() local
368 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); 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
407 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); 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
452 PetscCall(PetscSectionGetConstraintDof(section, padj, &ncdof)); in DMPlexCreateAdjacencySection_Static()
454 for (nd = 0; nd < ndof - ncdof; ++nd) { in DMPlexCreateAdjacencySection_Static()
523 PetscInt ndof, ncdof, ngoff, nd; in DMPlexCreateAdjacencySection_Static() local
[all …]
/petsc/src/vec/is/section/interface/ !
H A Dsection.c252 PetscInt pStart, pEnd, nfields, ncdof, nfcdof, p, f, n1, n2; in PetscSectionCompare() local
290 PetscCall(PetscSectionGetConstraintDof(s1, p, &ncdof)); in PetscSectionCompare()
292 if (ncdof != n2) goto not_congruent; in PetscSectionCompare()
296 PetscCall(PetscArraycmp(idx1, idx2, ncdof, congruent)); in PetscSectionCompare()