Searched refs:idxSection (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexf90.c | 150 PETSC_EXTERN void dmplexgetclosureindices_(DM *dm, PetscSection *section, PetscSection *idxSection,… in dmplexgetclosureindices_() argument 156 …if (FORTRANNULLSCALARPOINTER(valPtr)) *ierr = DMPlexGetClosureIndices(*dm, *section, *idxSection, … in dmplexgetclosureindices_() 157 …else *ierr = DMPlexGetClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndices, &… in dmplexgetclosureindices_() 164 …lexrestoreclosureindices_(DM *dm, PetscSection *section, PetscSection *idxSection, PetscInt *point… in dmplexrestoreclosureindices_() argument 175 …*ierr = DMPlexRestoreClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndices, &i… in dmplexrestoreclosureindices_() 176 …} else *ierr = DMPlexRestoreClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndi… in dmplexrestoreclosureindices_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8149 …exGetClosureIndices_Internal(DM dm, PetscSection section, PetscSection idxSection, PetscInt point,… in DMPlexGetClosureIndices_Internal() argument 8168 PetscBool isLocal = (section == idxSection) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetClosureIndices_Internal() 8175 PetscValidHeaderSpecific(idxSection, PETSC_SECTION_CLASSID, 3); in DMPlexGetClosureIndices_Internal() 8274 PetscCall(PetscSectionGetChart(idxSection, &idxStart, &idxEnd)); in DMPlexGetClosureIndices_Internal() 8282 PetscCall(PetscSectionGetUseFieldOffsets(idxSection, &useFieldOffsets)); in DMPlexGetClosureIndices_Internal() 8287 …PetscCall(DMPlexGetIndicesPointFieldsSplit_Internal(section, idxSection, pnt, offsets, perms, p, c… in DMPlexGetClosureIndices_Internal() 8294 PetscCall(PetscSectionGetOffset(idxSection, pnt, &idxOff)); in DMPlexGetClosureIndices_Internal() 8309 PetscCall(PetscSectionGetOffset(idxSection, pnt, &idxOff)); in DMPlexGetClosureIndices_Internal() 8362 PetscErrorCode DMPlexGetClosureIndices(DM dm, PetscSection section, PetscSection idxSection, PetscI… in DMPlexGetClosureIndices() argument 8367 …PetscCall(DMPlexGetClosureIndices_Internal(dm, section, idxSection, point, useClPerm, &numRows, &n… in DMPlexGetClosureIndices() [all …]
|