Searched refs:DMPlexGetIndicesPointFields_Internal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2348 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, c, globalOff < 0 ? -(glob… in DMPlexComputeInterpolatorTree() 2393 …PetscCall(DMPlexGetIndicesPointFields_Internal(cSec, PETSC_TRUE, p, cOff, offsetsCopy, PETSC_TRUE,… in DMPlexComputeInterpolatorTree() 2397 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCo… in DMPlexComputeInterpolatorTree() 2422 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, anchor, gOff < 0 ? -(gOff… in DMPlexComputeInterpolatorTree() 2450 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexComputeInterpolatorTree() 2543 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexComputeInterpolatorTree() 2710 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC… in DMPlexComputeInterpolatorTree() 3349 …PetscCall(DMPlexGetIndicesPointFields_Internal(localFine, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1) :… in DMPlexTransferInjectorTree() 3578 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexComputeInjectorTree() 3682 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, p, gOff < 0 ? -(gOff + 1)… in DMPlexComputeInjectorTree() [all …]
|
| H A D | plex.c | 7698 PetscErrorCode DMPlexGetIndicesPointFields_Internal(PetscSection section, PetscBool islocal, PetscI… in DMPlexGetIndicesPointFields_Internal() function 7822 …PetscCall(DMPlexGetIndicesPointFields_Internal(indices_section, PETSC_TRUE, b, bOff, fEnd, PETSC_T… in DMPlexAnchorsGetSubMatIndices() 8298 …PetscCall(DMPlexGetIndicesPointFields_Internal(section, isLocal, pnt, idxOff < 0 ? -(idxOff + 1) :… in DMPlexGetClosureIndices_Internal() 8670 …PetscCall(DMPlexGetIndicesPointFields_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff… in DMPlexMatSetClosureRefined() 8674 …PetscCall(DMPlexGetIndicesPointFields_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < … in DMPlexMatSetClosureRefined() 8828 …PetscCall(DMPlexGetIndicesPointFields_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff… in DMPlexMatGetClosureIndicesRefined() 8832 …PetscCall(DMPlexGetIndicesPointFields_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < … in DMPlexMatGetClosureIndicesRefined()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 808 PETSC_INTERN PetscErrorCode DMPlexGetIndicesPointFields_Internal(PetscSection, PetscBool, PetscInt,…
|