Searched refs:DMPlexGetIndicesPoint_Internal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2356 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, c, globalOff < 0 ? -(globalOff … in DMPlexComputeInterpolatorTree() 2400 …PetscCall(DMPlexGetIndicesPoint_Internal(cSec, PETSC_TRUE, p, cOff, offsetsCopy, PETSC_TRUE, NULL,… in DMPlexComputeInterpolatorTree() 2404 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PE… in DMPlexComputeInterpolatorTree() 2431 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, anchor, gOff < 0 ? -(gOff + 1) … in DMPlexComputeInterpolatorTree() 2452 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexComputeInterpolatorTree() 2559 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexComputeInterpolatorTree() 2712 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE… in DMPlexComputeInterpolatorTree() 3351 …PetscCall(DMPlexGetIndicesPoint_Internal(localFine, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOff,… in DMPlexTransferInjectorTree() 3580 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexComputeInjectorTree() 3684 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOf… in DMPlexComputeInjectorTree() [all …]
|
| H A D | plex.c | 7622 PetscErrorCode DMPlexGetIndicesPoint_Internal(PetscSection section, PetscBool islocal, PetscInt poi… in DMPlexGetIndicesPoint_Internal() function 7830 …PetscCall(DMPlexGetIndicesPoint_Internal(indices_section, PETSC_TRUE, b, bOff, &bEnd, PETSC_TRUE, … in DMPlexAnchorsGetSubMatIndices() 8312 …PetscCall(DMPlexGetIndicesPoint_Internal(section, isLocal, pnt, idxOff < 0 ? -(idxOff + 1) : idxOf… in DMPlexGetClosureIndices_Internal() 8690 …PetscCall(DMPlexGetIndicesPoint_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff < 0 ?… in DMPlexMatSetClosureRefined() 8696 …PetscCall(DMPlexGetIndicesPoint_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < 0 ? -(… in DMPlexMatSetClosureRefined() 8848 …PetscCall(DMPlexGetIndicesPoint_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff < 0 ?… in DMPlexMatGetClosureIndicesRefined() 8854 …PetscCall(DMPlexGetIndicesPoint_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < 0 ? -(… in DMPlexMatGetClosureIndicesRefined()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 807 PETSC_INTERN PetscErrorCode DMPlexGetIndicesPoint_Internal(PetscSection, PetscBool, PetscInt, Petsc…
|