Home
last modified time | relevance | path

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

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