Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c214 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()
[all …]