Searched refs:closureSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexindices.c | 21 PetscSection closureSection; in DMPlexCreateClosureIndex() local 32 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &closureSection)); in DMPlexCreateClosureIndex() 33 PetscCall(PetscSectionSetChart(closureSection, pStart, pEnd)); in DMPlexCreateClosureIndex() 45 PetscCall(PetscSectionSetDof(closureSection, point, cldof)); in DMPlexCreateClosureIndex() 47 PetscCall(PetscSectionSetUp(closureSection)); in DMPlexCreateClosureIndex() 48 PetscCall(PetscSectionGetStorageSize(closureSection, &clSize)); in DMPlexCreateClosureIndex() 53 PetscCall(PetscSectionGetDof(closureSection, point, &cldof)); in DMPlexCreateClosureIndex() 54 PetscCall(PetscSectionGetOffset(closureSection, point, &cloff)); in DMPlexCreateClosureIndex() 70 PetscCall(PetscSectionSetClosureIndex(section, (PetscObject)dm, closureSection, closureIS)); in DMPlexCreateClosureIndex() 71 PetscCall(PetscSectionDestroy(&closureSection)); in DMPlexCreateClosureIndex()
|